home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
MacFormat 1994 December
/
macformat-019.iso
/
Shareware City
/
Developers
/
Gnuplot 3.5 for Macintosh
/
docs
/
latextut
/
eg3.plt
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
1993-11-03
|
199 b
|
9 lines
|
[
TEXT/MSWD
]
set terminal latex
set output "eg3.tex"
set format xy "$%g$"
set title "This is another plot"
set xlabel "$x$ axis"
set ylabel "$y$ axis"
set key 15,-10
plot x with lines, "eg3.dat" with linespoints